home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Especiais / Hotdog 5.5 / hotdog55install.exe / %MAINDIR% / HotDog5.exe / 0 / RCDATA / TFRMTHUMBNAILTOHTML / TFRMTHUMBNAILTOHTML.txt
Encoding:
Text File  |  1999-04-29  |  10.3 KB  |  431 lines

  1. object frmThumbnailToHTML: TfrmThumbnailToHTML
  2.   Left = 351
  3.   Top = 210
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Insert Image Thumbnail Table'
  7.   ClientHeight = 276
  8.   ClientWidth = 405
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Pitch = fpVariable
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object wizThumbNail: TWizard
  20.     Left = 0
  21.     Top = 0
  22.     Width = 405
  23.     Height = 276
  24.     Image = imgWizard
  25.     FinishCaption = '&Finish'
  26.     CancelCaption = 'Cancel'
  27.     HelpCaption = '&Help'
  28.     BackCaption = '<  &Back'
  29.     NextCaption = '&Next  >'
  30.     StartPage = WizardPage1
  31.     ActivePage = WizardPage6
  32.     TabsVisible = True
  33.     NextAutoFinish = True
  34.     NextAutoDisable = True
  35.     FinishAutoEnable = True
  36.     ButtonsVisible = [wbCancel, wbNext, wbBack]
  37.     ButtonsEnabled = [wbCancel, wbHelp, wbFinish, wbNext, wbBack]
  38.     ButtonPanelStyle = bvRaised
  39.     OnCancel = wizThumbNailCancel
  40.     OnFinish = wizThumbNailFinish
  41.     Align = alClient
  42.     Font.Charset = DEFAULT_CHARSET
  43.     Font.Color = clWindowText
  44.     Font.Height = -11
  45.     Font.Name = 'Tahoma'
  46.     Font.Pitch = fpVariable
  47.     Font.Style = []
  48.     ParentFont = False
  49.     object WizardPage1: TWizardPage
  50.       Caption = 'Wizard Page 1'
  51.       NextPage = WizardPage2
  52.       object Label2: TLabel
  53.         Left = 139
  54.         Top = 15
  55.         Width = 244
  56.         Height = 52
  57.         Caption = 
  58.           'This wizard will automatically create thumbnails from your image' +
  59.           's and make a HTML table from the thumbnails. When the page is vi' +
  60.           'ewed, clicking on the thumbnail will display the full sized imag' +
  61.           'e.'
  62.         WordWrap = True
  63.       end
  64.     end
  65.     object WizardPage2: TWizardPage
  66.       Caption = 'Wizard Page 2'
  67.       NextPage = WizardPage3
  68.       OnPageNext = WizardPage2PageNext
  69.       object btnSaveDir: TSpeedButton
  70.         Left = 355
  71.         Top = 105
  72.         Width = 21
  73.         Height = 20
  74.         OnClick = btnSaveDirClick
  75.       end
  76.       object btnDirectory: TSpeedButton
  77.         Left = 355
  78.         Top = 40
  79.         Width = 21
  80.         Height = 20
  81.         OnClick = btnDirectoryClick
  82.       end
  83.       object Label8: TLabel
  84.         Left = 150
  85.         Top = 23
  86.         Width = 249
  87.         Height = 13
  88.         Caption = 'Select the directory where your images are located.'
  89.       end
  90.       object Label1: TLabel
  91.         Left = 151
  92.         Top = 75
  93.         Width = 242
  94.         Height = 24
  95.         AutoSize = False
  96.         Caption = 'Select the directory where you wish to save the thumbnails.'
  97.         WordWrap = True
  98.       end
  99.       object Label13: TLabel
  100.         Left = 151
  101.         Top = 135
  102.         Width = 238
  103.         Height = 54
  104.         AutoSize = False
  105.         Caption = 
  106.           'Select the option below to copy the original images into the sam' +
  107.           'e directory as the thumbnails. If this option is not selected, t' +
  108.           'he thumbnail links will point to the original images directory.'
  109.         WordWrap = True
  110.       end
  111.       object txtDirectory: TEdit
  112.         Left = 150
  113.         Top = 40
  114.         Width = 205
  115.         Height = 21
  116.         HelpContext = 630
  117.         TabOrder = 0
  118.       end
  119.       object txtDestDir: TEdit
  120.         Left = 150
  121.         Top = 105
  122.         Width = 204
  123.         Height = 21
  124.         HelpContext = 631
  125.         TabOrder = 1
  126.       end
  127.       object chkCopyOrig: TCheckBox
  128.         Left = 211
  129.         Top = 192
  130.         Width = 114
  131.         Height = 16
  132.         HelpContext = 632
  133.         Caption = 'Copy original images'
  134.         TabOrder = 2
  135.       end
  136.     end
  137.     object WizardPage3: TWizardPage
  138.       Caption = 'Wizard Page 3'
  139.       NextPage = WizardPage4
  140.       object Label3: TLabel
  141.         Left = 212
  142.         Top = 44
  143.         Width = 31
  144.         Height = 13
  145.         Caption = 'Height'
  146.       end
  147.       object Label4: TLabel
  148.         Left = 273
  149.         Top = 44
  150.         Width = 28
  151.         Height = 13
  152.         Caption = 'Width'
  153.       end
  154.       object Label6: TLabel
  155.         Left = 151
  156.         Top = 19
  157.         Width = 246
  158.         Height = 16
  159.         AutoSize = False
  160.         Caption = 'Enter the size (in pixels) of the thumbnail images.'
  161.         WordWrap = True
  162.       end
  163.       object Label7: TLabel
  164.         Left = 151
  165.         Top = 137
  166.         Width = 227
  167.         Height = 16
  168.         AutoSize = False
  169.         Caption = 'Select the file format to save the thumbnails in.'
  170.         WordWrap = True
  171.       end
  172.       object txtHeight: TSausEdit
  173.         Left = 209
  174.         Top = 60
  175.         Width = 39
  176.         Height = 21
  177.         HelpContext = 633
  178.         TabOrder = 0
  179.         Text = '70'
  180.         NumericOnly = True
  181.         AllowDecimal = False
  182.         DecimalPlaces = 0
  183.         Max = 200
  184.         Min = 20
  185.         Version = '1.4'
  186.         FileGlyph = sgOpen
  187.         RegStore = False
  188.       end
  189.       object txtWidth: TSausEdit
  190.         Left = 269
  191.         Top = 60
  192.         Width = 38
  193.         Height = 21
  194.         HelpContext = 633
  195.         TabOrder = 1
  196.         Text = '70'
  197.         NumericOnly = True
  198.         AllowDecimal = False
  199.         DecimalPlaces = 0
  200.         Max = 200
  201.         Min = 20
  202.         Version = '1.4'
  203.         FileGlyph = sgOpen
  204.         RegStore = False
  205.       end
  206.       object chkAspect: TCheckBox
  207.         Left = 192
  208.         Top = 89
  209.         Width = 149
  210.         Height = 16
  211.         HelpContext = 634
  212.         Caption = 'Keep image aspect ratio'
  213.         State = cbChecked
  214.         TabOrder = 2
  215.       end
  216.       object optJPG: TRadioButton
  217.         Left = 275
  218.         Top = 166
  219.         Width = 39
  220.         Height = 16
  221.         HelpContext = 635
  222.         Caption = 'JPG'
  223.         TabOrder = 4
  224.       end
  225.       object optGif: TRadioButton
  226.         Left = 207
  227.         Top = 166
  228.         Width = 46
  229.         Height = 16
  230.         HelpContext = 635
  231.         Caption = 'GIF'
  232.         Checked = True
  233.         TabOrder = 3
  234.         TabStop = True
  235.       end
  236.     end
  237.     object WizardPage4: TWizardPage
  238.       Caption = 'Wizard Page 4'
  239.       NextPage = WizardPage5
  240.       object Label9: TLabel
  241.         Left = 151
  242.         Top = 23
  243.         Width = 234
  244.         Height = 56
  245.         AutoSize = False
  246.         Caption = 
  247.           'Select the image information you wish to display in the thumbnai' +
  248.           'l table. These details will correspond to the original image, no' +
  249.           't the thumbnail.'
  250.         WordWrap = True
  251.       end
  252.       object chkFileName: TCheckBox
  253.         Left = 219
  254.         Top = 90
  255.         Width = 124
  256.         Height = 16
  257.         HelpContext = 636
  258.         Caption = 'File name'
  259.         State = cbChecked
  260.         TabOrder = 0
  261.       end
  262.       object chkFileSize: TCheckBox
  263.         Left = 219
  264.         Top = 113
  265.         Width = 132
  266.         Height = 16
  267.         HelpContext = 636
  268.         Caption = 'File size (bytes)'
  269.         State = cbChecked
  270.         TabOrder = 1
  271.       end
  272.       object chkImageSize: TCheckBox
  273.         Left = 219
  274.         Top = 135
  275.         Width = 142
  276.         Height = 16
  277.         HelpContext = 636
  278.         Caption = 'Image size (pixels)'
  279.         State = cbChecked
  280.         TabOrder = 2
  281.       end
  282.     end
  283.     object WizardPage5: TWizardPage
  284.       Caption = 'Wizard Page 5'
  285.       object Label5: TLabel
  286.         Left = 226
  287.         Top = 53
  288.         Width = 129
  289.         Height = 13
  290.         Caption = 'Number of columns in table'
  291.       end
  292.       object Label10: TLabel
  293.         Left = 151
  294.         Top = 19
  295.         Width = 234
  296.         Height = 34
  297.         AutoSize = False
  298.         Caption = 'Enter the number of columns in the thumbnail HTML table.'
  299.         WordWrap = True
  300.       end
  301.       object Label11: TLabel
  302.         Left = 151
  303.         Top = 106
  304.         Width = 227
  305.         Height = 29
  306.         AutoSize = False
  307.         Caption = 'Select the option below to show a border on the HTML table.'
  308.         WordWrap = True
  309.       end
  310.       object Label12: TLabel
  311.         Left = 151
  312.         Top = 177
  313.         Width = 234
  314.         Height = 16
  315.         AutoSize = False
  316.         Caption = 'Click Next to create the thumbnails and HTML.'
  317.         WordWrap = True
  318.       end
  319.       object chkShowBorder: TCheckBox
  320.         Left = 210
  321.         Top = 137
  322.         Width = 125
  323.         Height = 16
  324.         HelpContext = 638
  325.         Caption = 'Show table border'
  326.         TabOrder = 1
  327.       end
  328.       object txtColumns: TSausEdit
  329.         Left = 196
  330.         Top = 49
  331.         Width = 23
  332.         Height = 21
  333.         HelpContext = 637
  334.         TabOrder = 0
  335.         Text = '4'
  336.         NumericOnly = True
  337.         AllowDecimal = False
  338.         DecimalPlaces = 0
  339.         Max = 99
  340.         Min = 0
  341.         Version = '1.4'
  342.         FileGlyph = sgOpen
  343.         RegStore = False
  344.       end
  345.       object i1: TPMultiImage
  346.         Left = 15
  347.         Top = 26
  348.         Width = 31
  349.         Height = 28
  350.         GrabHandCursor = 5
  351.         Scrolling = True
  352.         B_W_CopyFlags = [C_DEL]
  353.         ILUndo = False
  354.         Color = clBtnFace
  355.         ImageName = 'file not found'
  356.         ImageReadRes = lAutoMatic
  357.         BlitMode = sLight
  358.         ImageWriteRes = sAutoMatic
  359.         TifSaveCompress = sNONE
  360.         TiffPage = 1
  361.         TiffAppend = False
  362.         JPegSaveQuality = 60
  363.         JPegSaveSmooth = 0
  364.         OnProgress = i1Progress
  365.         RubberBandBtn = mbLeft
  366.         ParentColor = True
  367.         TextLeft = 0
  368.         TextTop = 0
  369.         TextRotate = 0
  370.         TabOrder = 2
  371.         TabStop = False
  372.         Visible = False
  373.         ZoomBy = 10
  374.       end
  375.     end
  376.     object WizardPage6: TWizardPage
  377.       Caption = 'Wizard Page 6'
  378.       object Label14: TLabel
  379.         Left = 151
  380.         Top = 75
  381.         Width = 46
  382.         Height = 13
  383.         Caption = 'Progress:'
  384.       end
  385.       object imgWizard: TPaintBox
  386.         Left = 9
  387.         Top = 8
  388.         Width = 104
  389.         Height = 211
  390.         OnPaint = imgWizardPaint
  391.       end
  392.       object lblStatus: TLabel
  393.         Left = 150
  394.         Top = 112
  395.         Width = 220
  396.         Height = 19
  397.         AutoSize = False
  398.         Caption = 'Status : '
  399.       end
  400.       object Button1: TButton
  401.         Left = 213
  402.         Top = 140
  403.         Width = 94
  404.         Height = 29
  405.         Cancel = True
  406.         Caption = '&Stop processing'
  407.         TabOrder = 0
  408.         OnClick = Button1Click
  409.       end
  410.       object ProgBar: TProgressBar
  411.         Left = 151
  412.         Top = 90
  413.         Width = 219
  414.         Height = 16
  415.         Min = 0
  416.         Max = 100
  417.         TabOrder = 1
  418.       end
  419.     end
  420.   end
  421.   object btnHelp: TButton
  422.     Left = 8
  423.     Top = 245
  424.     Width = 70
  425.     Height = 25
  426.     Caption = '&Help'
  427.     TabOrder = 1
  428.     OnClick = btnHelpClick
  429.   end
  430. end
  431.